home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 07 / 8 / DISK0786.ZIP / TOOLS1.ARC / PASSWORD.DOC < prev    next >
Text File  |  1987-03-09  |  2KB  |  53 lines

  1.  
  2.  
  3.                                PASSWORD.BAS
  4.                                (Version 1.2)
  5.  
  6. This BASICA 2.0 program reads a password from a user-defined file called
  7. PASSWORD.DAT and compares it character-by character with the keyboard entry
  8. of the password. It starts over each time an error of any kind is made and
  9. locks the system into a loop after three errors are made.
  10.  
  11. During the running of PASSWORD.BAS the control sequences Ctrl-Alt-Del,
  12. Ctrl-C, & Ctrl-Break are disabled.
  13.  
  14. To control a password-controlled system, create an autoexec.bat file as
  15. follows on each system disk or in the root (\) directory of your hard disk:
  16.  
  17.  
  18.      Prompt  user enters
  19.      ------  --------------------------
  20.          A>  copy con autoexec.bat     | & press {return}
  21.              basica password           | & press {return}
  22.              date                      | & press {return}
  23.              time                      | & press {return}
  24.              {F6}  or {Ctrl}Z          | & press {return}
  25.  
  26. If you alseady have an Autoexec.bat file simply edit the file so that the
  27. line "basica password" is the first one in the file.
  28.  
  29. Naturally, BASICA.COM, PASSWORD.DAT, and the above AUTOEXEC.BAT files must
  30. all be on the system disk in the root directory.
  31.  
  32. A password file called PASSWORD.DAT has already been created with the
  33. password of 'system manager'. If you want a different password enter:
  34.  
  35.      Prompt  user enters
  36.      ------  --------------------------
  37.          A>  copy con password.dat     | & press {return}
  38.              {your password}           | & press {return}
  39.              {F6}  or {Ctrl}Z          | & press {return}
  40.  
  41. If you forget your password the program allows the character "}" as an
  42. alternate.
  43.  
  44. 07/10/84 - Version 1.1 now supports color (also works fine on IBM
  45.            or equivalent high-res monochrome monitors). Have fun!
  46. 03/05/87 - Version 1.2 has a few niceties added, like it won't stamp
  47.            over your INT vectors when an impoper password is entered.
  48.            I've also removed the annoying color added to version 1.1.
  49.  
  50.  
  51. NOTE: keep in mind it's still possible to access any system by
  52.       booting from a DOS system disk in drive A:.
  53.